POST api/appointmentguestitem

Request Information

URI Parameters

None.

Body Parameters

RequestAppointmentGuestItemAdd
NameDescriptionTypeAdditional information
AppointmentGuestID

integer

None.

ModuleID

integer

None.

Price

decimal number

None.

RecordID

integer

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AppointmentGuestID": 1,
  "ModuleID": 2,
  "Price": 3.0,
  "RecordID": 4,
  "Type": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.